All Packages Class Hierarchy |
Index of Fields and Methods |
Boolean
object representing the
value
argument.
Boolean
object representing the value
true
if the string argument is not null
and is equal, ignoring case, to the string "true"
.
getAlignmentY().
bounds.
Variable in class java.awt.Polygon
bounds().
Method in class java.awt.Component
BreakIterator().
Constructor for class java.text.BreakIterator
Constructor.
breakpointEvent(RemoteThread).
Method in interface sun.tools.debug.DebuggerCallback
A breakpoint has been hit in the specified thread.
BRIEF.
Static variable in class java.rmi.server.LogStream
brighter().
Method in class java.awt.Color
Creates a brighter version of this color.
buf.
Variable in class java.io.BufferedInputStream
The buffer where data is stored.
buf.
Variable in class java.io.BufferedOutputStream
The buffer where data is stored.
buf.
Variable in class java.io.ByteArrayInputStream
The byte array containing the data.
buf.
Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf.
Variable in class java.io.CharArrayReader
Character buffer
buf.
Variable in class java.io.CharArrayWriter
The buffer where data is stored.
buf.
Variable in class java.util.zip.DeflaterOutputStream
Output buffer for writing compressed data.
buf.
Variable in class java.util.zip.InflaterInputStream
Input buffer for decompression.
buf.
Variable in class java.io.PushbackInputStream
The pushback buffer.
buffer.
Variable in class java.io.PipedInputStream
The circular buffer into which incoming data is placed.
buffer.
Variable in class java.io.StringBufferInputStream
The string from which bytes are read.
BufferedInputStream(InputStream).
Constructor for class java.io.BufferedInputStream
Creates a new buffered input stream to read data from the
specified input stream with a default 512-byte buffer size.
BufferedInputStream(InputStream, int).
Constructor for class java.io.BufferedInputStream
Creates a new buffered input stream to read data from the
specified input stream with the specified buffer size.
BufferedOutputStream(OutputStream).
Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the
specified underlying output stream with a default 512-byte buffer size.
BufferedOutputStream(OutputStream, int).
Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the
specified underlying output stream with the specified buffer size.
BufferedReader(Reader).
Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses a default-sized
input buffer.
BufferedReader(Reader, int).
Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses an input buffer of
the specified size.
BufferedWriter(Writer).
Constructor for class java.io.BufferedWriter
Create a buffered character-output stream that uses a default-sized
output buffer.
BufferedWriter(Writer, int).
Constructor for class java.io.BufferedWriter
Create a new buffered character-output stream that uses an output
buffer of the given size.
Button().
Constructor for class java.awt.Button
Constructs a Button with no label.
Button(String).
Constructor for class java.awt.Button
Constructs a Button with the specified label.
BUTTON1_MASK.
Static variable in class java.awt.event.InputEvent
The mouse button1 modifier constant.
BUTTON2_MASK.
Static variable in class java.awt.event.InputEvent
The mouse button2 modifier constant.
BUTTON3_MASK.
Static variable in class java.awt.event.InputEvent
The mouse button3 modifier constant.
Byte(byte).
Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
Byte(String).
Constructor for class java.lang.Byte
Constructs a Byte object initialized to the value specified by the
String parameter.
ByteArrayInputStream(byte[]).
Constructor for class java.io.ByteArrayInputStream
Creates a new byte array input stream that reads data from the
specified byte array.
ByteArrayInputStream(byte[], int, int).
Constructor for class java.io.ByteArrayInputStream
Creates a new byte array input stream that reads data from the
specified byte array.
ByteArrayOutputStream().
Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int).
Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of
the specified size, in bytes.
bytesTransferred.
Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O
operation before it was interrupted.
bytesWidth(byte[], int, int).
Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array
of bytes in this Font.
byteValue().
Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue().
Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue().
Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
byteValue().
Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue().
Method in class java.lang.Long
Returns the value of this Long as a byte.
byteValue().
Method in class java.lang.Number
Returns the value of the specified number as a byte
.
byteValue().
Method in class java.lang.Short
Returns the value of this Short as a byte.
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
All Packages Class Hierarchy
Index of Fields and Methods
Submit a bug or feature